Problem Note 44460: An SGE file cannot be opened with a DBCS version of SAS® 9.3 in the Windows operating environment
This problem occurs only with a DBCS version of SAS 9.3, including Chinese, Japanese, and Korean languages, that runs under Windows. When you use a DBCS version of SAS/GRAPH® software to generate a result of a SGE file, the following error is displayed if you double-click the SGE file in the Results window of SAS:
This file does not have a program associated with it for performing these
actions. Create an association in the Folder Options control panel.
Here is test SAS code that will generate an SGE file:
ods listing sge=on;
proc sgplot data=sashelp.class;
scatter x=age y=height;
run;
To work around this problem, do not open the relevant .sge file from the Result window in SAS. Instead, open the file from Windows Explorer.
Operating System and Release Information
| SAS System | Base SAS | Microsoft® Windows® for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Datacenter Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Enterprise Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Standard Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2008 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2008 for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows XP Professional | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Enterprise 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Enterprise x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Home Premium 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Home Premium x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Professional 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Professional x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Ultimate 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Ultimate x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows Vista | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows Vista for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2011-10-31 15:32:11 |
| Date Created: | 2011-09-28 17:35:28 |